projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2a40e
)
* src/gfilenotify.c (Fgfile_add_watch): Cleanup temporary variable.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 27 Sep 2015 18:16:06 +0000
(20:16 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 27 Sep 2015 18:16:06 +0000
(20:16 +0200)
src/gfilenotify.c
patch
|
blob
|
history
diff --git
a/src/gfilenotify.c
b/src/gfilenotify.c
index 8b6b0a0cd2dc41bff6f26fe4296928d5873dc487..69f635d4115ed9d702378ab9d185dd9479991715 100644
(file)
--- a/
src/gfilenotify.c
+++ b/
src/gfilenotify.c
@@
-195,6
+195,7
@@
will be reported only in case of the `moved' event. */)
/* Enable watch. */
monitor = g_file_monitor (gfile, gflags, NULL, &gerror);
+ g_object_unref (gfile);
if (gerror)
{
char msg[1024];